0fd9f7ef03dae70a84fc6799b8541f9a4da0c7e4,jgiven-tests/src/test/java/com/tngtech/jgiven/report/html5/Html5AppTest.java,Html5AppTest,the_welcome_page_of_the_HTML5_report_can_be_opened,#,55
Before Change
@Test
public void the_welcome_page_of_the_HTML5_report_can_be_opened() throws Exception {
given().a_report_model()
.and().the_report_exist_as_JSON_file();
whenReport
.and().the_HTML_Report_Generator_is_executed();
After Change
@Test
public void the_welcome_page_of_the_HTML5_report_can_be_opened() throws Exception {
given().a_report_model();
jsonReports
.and().the_report_exist_as_JSON_file();
whenReport